home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / ESTRATEGIA / SONUNDRUM.SWF / scripts / DefineButton2_86 / BUTTONCONDACTION on(release).as
Text File  |  2003-11-17  |  381b  |  10 lines

  1. on(release){
  2.    i = _name.substr(6,1);
  3.    ii = _name.substr(7,1);
  4.    _root["block" add (Number(i) - 1) add ii][_root.type].Play();
  5.    _root["block" add (Number(i) + 1) add ii][_root.type].Play();
  6.    _root["block" add Number(i) add (Number(ii) - 1)][_root.type].Play();
  7.    _root["block" add Number(i) add (Number(ii) + 1)][_root.type].Play();
  8.    this[_root.type].Play();
  9. }
  10.